home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGBLER / ASMCODE.LZH / CONTRACT.DOC < prev    next >
Text File  |  1984-07-21  |  335b  |  10 lines

  1. CONTRACT:
  2.     Requires NO parms.  Callable from Pascal with:
  3.     CONTRACT;  This procedure causes the cursor to
  4.     be reset to the normal system cursor.
  5.     The starting scan line is set to 11, and the 
  6.     ending scan line is set to 12.
  7.  
  8.     Link with Pascal routine for contraction of cursor  (reset)
  9.     Define:   PROCEDURE CONTRACT; EXTERN;
  10.